Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Realizando três tarefas para treinar conceitos de responsividade e mobile first.
De forma resumida, os requisitos de cada tarefa são:
Primeira tarefa, parte 2 (a primeira ja foi concluida):
Altere a cor de fundo.
Ajuste o tamanho da fonte.
Ajuste as margens da página.
Faça as imagens serem mostradas em duas colunas.
Primeira tarefa, parte 3:
Altere a cor de fundo.
Ajuste o tamanho da fonte.
Ajuste as margens da página.
Adicione a propriedade max-width à página.
Segunda tarefa:
Primeiro layout (small screen).
Segundo layout (medium screen).
Terceiro layout (large screen).
Terceira tarefa, parte 1:
Os elementos com id header , navigation e footer devem desaparecer;
O elemento com id aside deve ser mostrado abaixo do conteúdo principal.
Terceira tarefa, parte 2:
O elemento com id aside deve desaparecer.
O elemento body não deve ter padding .
As imagens não devem exceder a largura da tela.
Os itens dentro do elemento navigation devem aparecer cada um em sua própria linha.
O elemento com id header deve ser fixo, de forma que ele fique aparecendo sempre no topo.
Tarefa bônus (usando bootstrap):
Crie um layout específico para telas pequenas (smartphones) .
Crie um layout específico para telas médias (tablets) .
Crie um layout específico para impressão (impressoras, salvar como PDF, etc).